home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00074_Script_reverse < prev    next >
Text File  |  1999-09-22  |  1KB  |  37 lines

  1. on mouseUp
  2.   --  -- Glossary
  3.   global name,  gloson
  4.   set xx to the clickOn
  5.   if the visible of sprite 106 then
  6.     set the visible of sprite 106 to false
  7.     set the visible of sprite 107 to false
  8.     set the visible of sprite 108 to false
  9.     set zz to the name of member (the memberNum of sprite 117)
  10.     set yy to chars(zz,2,6)
  11.     set the memberNum of sprite 117 to the number of member yy of castlib "eb.cst"
  12.   end if
  13.   
  14.   if xx > 0 then
  15.     if gloson = 1 then
  16.       set yy to the memberNum of sprite xx
  17.       set mm to chars(the name of member yy of castlib "eb.cst",2,6)
  18.       set the memberNum of sprite xx to the number of member (mm)
  19.       updateStage
  20.       endNewMovie
  21.       updateStage
  22.       --    set the membernum of sprite the clickon to the number of member name of castlib "eb.cst"
  23.     else
  24.       set yy to the memberNum of sprite xx
  25.       set mm to the name of member yy of castlib "eb.cst"
  26.       set the memberNum of sprite xx to the number of member ("r"&mm) 
  27.       updateStage
  28.       beginNewMovie
  29.       set gloson to 1
  30.     end if
  31.   end if
  32. end
  33.  
  34. on mouseDown
  35.   preLoadMovie "gloss"
  36. end
  37.